ServiceNow Interview NOTES ( CSA  Certification Based )

*1. What is ServiceNow?*

Answer:
ServiceNow is a cloud-based enterprise platform that helps organizations automate and manage their business processes. It is mainly used for IT Service Management (ITSM), IT Operations Management (ITOM), HR services, Customer Service Management (CSM), Security Operations (SecOps), and workflow automation.

It enables organizations to manage incidents, service requests, problems, changes, assets, and knowledge from a single platform.

━━━━━━━━━━━━━━━━━━━━

*2. Why is ServiceNow used?*

Answer:
ServiceNow is used to:
• Automate business workflows
• Manage IT services efficiently
• Track incidents and service requests
• Improve employee productivity
• Reduce manual work
• Provide better customer support
• Manage organizational assets
• Generate reports and dashboards

━━━━━━━━━━━━━━━━━━━━

*3. What is ITSM?*

Answer:
ITSM (Information Technology Service Management) is the process of designing, delivering, managing, and improving IT services to meet business needs.

ServiceNow provides a complete ITSM solution.

Examples:
• Incident Management
• Problem Management
• Change Management
• Request Management
• Knowledge Management

━━━━━━━━━━━━━━━━━━━━

*4. What is Incident Management?*

Answer:
Incident Management is the process of restoring normal service as quickly as possible when an unexpected issue occurs.

Example:
An employee cannot log in to their office laptop. An incident ticket is created.

━━━━━━━━━━━━━━━━━━━━

*5. What is Problem Management?*

Answer:
Problem Management identifies and eliminates the root cause of recurring incidents.

Example:
Many employees cannot access email every Monday. Instead of fixing each incident individually, the root cause is investigated and permanently resolved.

━━━━━━━━━━━━━━━━━━━━

*6. What is Change Management?*

Answer:
Change Management controls modifications made to IT systems while minimizing risks.

Example:
Updating an organization's ERP software.

━━━━━━━━━━━━━━━━━━━━

*7. Difference between Incident and Problem*

Incident:
• Restores service quickly.
Example:
Printer not working.

Problem:
• Finds the root cause.
Example:
Printer driver issue causing repeated failures.

━━━━━━━━━━━━━━━━━━━━

*8. What is a Service Request?*

Answer:
A Service Request is a user's request for a service, access, or information.

Examples:
• Requesting a new laptop
• Password reset
• Software installation
• VPN access

━━━━━━━━━━━━━━━━━━━━

*9. What is CMDB?*

Answer:
CMDB stands for Configuration Management Database.

It stores information about IT assets and their relationships.

Examples:
• Servers
• Applications
• Databases
• Routers
• Virtual Machines

━━━━━━━━━━━━━━━━━━━━

*10. What is a Configuration Item (CI)?*

Answer:
A Configuration Item (CI) is any component managed in the CMDB.

Examples:
• Laptop
• Server
• Network Switch
• Database
• Application

━━━━━━━━━━━━━━━━━━━━

*11. What is a Workflow?*

Answer:
A Workflow is a sequence of automated activities that completes a business process.

Example:
Employee Leave Approval

Employee submits request
↓
Manager approves
↓
HR receives notification
↓
Leave updated automatically

━━━━━━━━━━━━━━━━━━━━

*12. What is Flow Designer?*

Answer:
Flow Designer is a low-code automation tool in ServiceNow used to automate workflows without writing complex code.

━━━━━━━━━━━━━━━━━━━━

*13. What is a Business Rule?*

Answer:
A Business Rule is server-side logic that automatically executes when a record is inserted, updated, deleted, or queried.

Example:
Automatically assign incidents based on priority.

━━━━━━━━━━━━━━━━━━━━

*14. What is a Client Script?*

Answer:
A Client Script runs on the user's browser.

It is used for:
• Form validation
• Auto-populating fields
• Showing messages
• Hiding fields

━━━━━━━━━━━━━━━━━━━━

*15. Difference between Client Script and Business Rule*

Client Script:
• Runs on Browser
• Used for UI
• Written in JavaScript

Business Rule:
• Runs on Server
• Used for database operations
• Written in JavaScript

━━━━━━━━━━━━━━━━━━━━

*16. What is GlideRecord?*

Answer:
GlideRecord is a server-side API used to interact with ServiceNow database tables.

It performs:
• Insert
• Update
• Delete
• Query

━━━━━━━━━━━━━━━━━━━━

*17. What is a Table?*

Answer:
A table stores records in ServiceNow.

Examples:
• Incident Table
• Change Table
• User Table
• Asset Table

━━━━━━━━━━━━━━━━━━━━

*18. What is a Record?*

Answer:
A record is one row in a table.

Example:
One Incident Ticket.

━━━━━━━━━━━━━━━━━━━━

*19. What is a Form?*

Answer:
A Form displays the details of a single record.

━━━━━━━━━━━━━━━━━━━━

*20. What is a List?*

Answer:
A List displays multiple records in tabular format.

━━━━━━━━━━━━━━━━━━━━

*21. What is an ACL?*

Answer:
ACL stands for Access Control List.

It controls who can:
• Read
• Write
• Create
• Delete

records in ServiceNow.

━━━━━━━━━━━━━━━━━━━━

*22. What is a Role?*

Answer:
A Role determines what permissions a user has.

Examples:
• admin
• itil
• catalog_admin

━━━━━━━━━━━━━━━━━━━━

*23. What is a User Group?*

Answer:
A User Group is a collection of users who perform similar tasks.

Examples:
• IT Support Team
• HR Team
• Finance Team

━━━━━━━━━━━━━━━━━━━━

*24. What is a Catalog Item?*

Answer:
A Catalog Item is a service users can request through the Service Catalog.

Examples:
• Laptop Request
• VPN Access
• Software Installation

━━━━━━━━━━━━━━━━━━━━

*25. What is SLA?*

Answer:
SLA stands for Service Level Agreement.

It defines the expected time to resolve or respond to a request.

Example:
Critical Incident → Resolve within 2 hours.

━━━━━━━━━━━━━━━━━━━━

*26. What is Knowledge Management?*

Answer:
Knowledge Management stores useful articles that help users solve common issues.

Example:
Password Reset Guide.

━━━━━━━━━━━━━━━━━━━━

*27. What is a Dashboard?*

Answer:
A Dashboard displays reports, charts, and KPIs in one place to help monitor performance.

━━━━━━━━━━━━━━━━━━━━

*28. What is Reporting?*

Answer:
Reporting is used to generate charts and reports from ServiceNow data.

━━━━━━━━━━━━━━━━━━━━

*29. What is Automation?*

Answer:
Automation reduces manual work by automatically performing repetitive tasks.

Example:
Automatically assigning tickets to the appropriate support team.

━━━━━━━━━━━━━━━━━━━━

*30. Why did you do the ServiceNow CSA certification?*

Answer:
I completed the ServiceNow Certified System Administrator certification to understand how enterprise organizations manage IT services and automate workflows. During my preparation, I learned the fundamentals of ITSM, Incident Management, Change Management, Problem Management, CMDB, Flow Designer, Business Rules, Client Scripts, ACLs, and reporting. The certification gave me a strong foundation in using ServiceNow to improve operational efficiency and manage enterprise processes.

━━━━━━━━━━━━━━━━━━━━

*31. What did you learn from the certification?*

Answer:
I learned how ServiceNow helps organizations automate workflows, manage incidents and service requests, control changes, secure access through roles and ACLs, maintain the CMDB, create reports and dashboards, and build low-code automations using Flow Designer.

━━━━━━━━━━━━━━━━━━━━

*32. Why is ServiceNow important?*

Answer:
ServiceNow is important because it helps organizations standardize processes, reduce manual work, improve service quality, increase productivity, and provide a single platform for managing enterprise services.

━━━━━━━━━━━━━━━━━━━━

*Difference Between Incident, Problem, Change, and Request*

Incident
• Purpose: Restore service quickly
• Example: Email not working

Problem
• Purpose: Find the root cause
• Example: Mail server failure

Change
• Purpose: Controlled modification
• Example: Upgrade mail server

Request
• Purpose: User asks for a service
• Example: Request a new laptop

━━━━━━━━━━━━━━━━━━━━

*Rapid Fire (One-Line Answers)*

• ServiceNow → Cloud-based enterprise workflow platform.
• ITSM → Managing IT services efficiently.
• Incident → Unexpected interruption to a service.
• Problem → Root cause of recurring incidents.
• Change → Controlled modification to IT infrastructure.
• Request → User asks for a service or resource.
• CMDB → Database of IT assets and relationships.
• CI → Configuration Item stored in the CMDB.
• Flow Designer → Low-code workflow automation tool.
• Business Rule → Server-side logic triggered by database operations.
• Client Script → Browser-side JavaScript for form behavior.
• GlideRecord → API for querying and updating database records.
• ACL → Controls access permissions.
• Role → Defines what a user can do.
• Catalog Item → Service available through the Service Catalog.
• SLA → Agreed response and resolution time.
• Dashboard → Visual display of reports and KPIs.

━━━━━━━━━━━━━━━━━━━━

*TCS HR/Technical Question*

Q. "You have a ServiceNow CSA certification. Did you work on ServiceNow projects?"

Answer:
"My certification provided me with a strong understanding of ServiceNow administration and ITSM concepts. I gained hands-on practice using the ServiceNow Personal Developer Instance (PDI), where I explored modules such as Incident Management, Service Catalog, Flow Designer, Business Rules, Client Scripts, and Reporting. While I haven't yet worked on a production enterprise project, I am confident in my fundamentals and eager to apply them in a professional environment."

━━━━━━━━━━━━━━━━━━━━

*Quick Revision (30 Seconds)*

• ServiceNow → Enterprise workflow automation platform.
• ITSM → Managing IT services.
• Incident → Restore service quickly.
• Problem → Root cause analysis.
• Change → Controlled modification.
• Request → User asks for a service.
• CMDB → Stores IT assets and relationships.
• CI → Individual asset in CMDB.
• Flow Designer → Low-code automation.
• Business Rule → Server-side automation.
• Client Script → Browser-side scripting.
• GlideRecord → Database API.
• ACL → Security permissions.
• Role → User permissions.
• Catalog Item → Service available for request.
• SLA → Response & resolution target.
• Dashboard → Reports and KPIs.